Web & VR

01. How To Use Glitch

Web & Virtual Reality How To Use Glitch

Step 1: Signup/Login

Go to https://glitch.com/ Create or login into an account

Step 2: Making A Project

To create a New Project click on the New Project button Select hello-webpage template, this will create a blank project where you can begin to code

New Project On the left is a panel where you can manage your files and assets, on the right is the file that is currently being edited.

Project Screen

Clicking in the top left, will allow you to access the project options where you can. - Change the name of the project - Change the description of the project - As well as other options

Project Options

Step 3: New Files & Preview

To create new files click on the new file button where you can name your file with it's file type.

Project New Files

The asset manager allows you to upload assets that can be used in your projects. To upload assets, click on the upload an asset button. Find the file that you would like to upload. To get the link to the asset that was just uploaded, click on the preview of that asset and copy its link. There is also a delete option on this panel if you accidentally uploaded an asset that you do not want to use.

Uploading Assets 1 Uploading Assets 2

To preview the code that you have written, click on the show button. There will be two options to show in a new window and to show next to the code. These will allow you to view the code that you have written.

Preview Project

Created by: David McNamara